projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d58625
)
entry: No need to queue a redraw on state changes
author
Benjamin Otte
<otte@redhat.com>
Tue, 19 Apr 2011 18:07:00 +0000
(20:07 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 19 Apr 2011 20:18:19 +0000
(22:18 +0200)
GtkWidget already does that.
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 21300cf810c6ea1246c8713ecc007415b6a6155b..03a2e76b8dfe7d684d6a5dbf973eede442a2a8a2 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-4358,8
+4358,6
@@
gtk_entry_state_flags_changed (GtkWidget *widget,
}
gtk_entry_update_cached_style_values (entry);
-
- gtk_widget_queue_draw (widget);
}
static void